home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / TECHNICA / COMPUTER / 3497.ZIP / EEDRAW24.ZIP / EELIB.TXT < prev    next >
Text File  |  1992-11-24  |  2KB  |  49 lines

  1.                              EELib
  2.  
  3. EELib, The library maintenance part of the EEDraw Package.
  4.  
  5.  
  6. EELib provides EEDraw with a simple set of library maintenance commands,
  7. These allow the user to add, remove, list and modify part's in the
  8. various libraries provided with EEDraw. This program is driven from the
  9. command line with the aid of several user supplied switches.
  10. With the hope in the future of writing some form of menu interface, the
  11. command line interface in know as 'Batch Mode'.
  12.  
  13.      Batch Mode
  14.  
  15.      Here the program respond's to several form's of the command line,
  16.      they are listed bellow.
  17.  
  18. EELIB -a <Library file> <Part File>
  19.      Add a 'Part' to the library file, 
  20.  
  21. EELIB -c <Library file>
  22.      Create the basic library file from scratch, make sure to warn the
  23.      user if there is a file of that name present.
  24.  
  25. EELIB -d <Library file> <Part>
  26.      Delete a part from a given library file, The deleted file is saved in
  27.      a file called <Part>.del
  28.  
  29. EELIB -e <Library file> <Part>
  30.      Extract the given part from the given library.
  31.  
  32.  
  33. EELIB -l <Library file> <List file>
  34.      List the given library file placing the list into a list file
  35.  
  36.  
  37. EELIB -s <Library file>
  38.      Show a list of all components in a given library to the user.
  39.  
  40.      All files are passed into the program without any extensions
  41.      added, this is done automatically by 'EELIB', following is a table
  42.      showing what the given file mapping is:-
  43.  
  44. File Description        File Extension (Don't add extension)
  45. Deleted file            <FileName>.DEL
  46. Library file            <FileName>.LIB
  47. Part file            <FileName>.BIT
  48. List file            <FileName>.LST
  49.